-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH/WIP] Adding first test to implement marching cubes #1000
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
To keep working in this PR you just need to checkout this branch and push the changes Step I: Monolithic code extracting meshes@javoha as far I understood you pretty much have this code. Just add it in the test so we can later extract the functions that we will need to put somewhere else and find out the data structures that we will need Step II: Extracting functions and data classes and place them in the right location @Leguark |
Hi, |
great thanks. I will take a look at simplifying it as I extract code into functions and put it in the right location. I will try to come around this week. |
07f6981
to
7cba374
Compare
Description
Implementing marching cubes
Relates to
Checklist
or 2. verifies that outputs are as expected for given inputs (e.g. unit tests).